home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global currentCycleNo, cycleNo, userNo, wantsToViewCycles
- if the doubleClick then
- exit
- end if
- killcorrection()
- puppetSprite(7, 1)
- set the visible of sprite 7 to 1
- puppetSprite(7, 0)
- if wantsToViewCycles = 0 then
- if currentCycleNo <> getAt(cycleNo, userNo) then
- set currentCycleNo to getAt(cycleNo, userNo)
- end if
- readCycleInfo()
- puppetVisible(13, 48, 1)
- puppetStatus(11, 48, 0)
- go("removeimage")
- prepfrontpage()
- else
- puppetVisible(13, 48, 1)
- puppetStatus(11, 48, 0)
- go("removeimage")
- go("cycle list")
- cursor(0)
- end if
- end
-